home *** CD-ROM | disk | FTP | other *** search
Wrap
<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> <class>Form1</class> <widget class="QWidget"> <property name="name"> <cstring>Form1</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>429</width> <height>204</height> </rect> </property> <property name="caption"> <string>Form1</string> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <spacer row="0" column="0" rowspan="2" colspan="1"> <property name="name"> <cstring>spacer1</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Fixed</enum> </property> <property name="sizeHint"> <size> <width>16</width> <height>21</height> </size> </property> </spacer> <spacer row="0" column="3" rowspan="2" colspan="1"> <property name="name"> <cstring>spacer2</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Fixed</enum> </property> <property name="sizeHint"> <size> <width>16</width> <height>21</height> </size> </property> </spacer> <widget class="QPushButton" row="2" column="1"> <property name="name"> <cstring>pushButton1</cstring> </property> <property name="text"> <string>Print out the instruction</string> </property> </widget> <spacer row="2" column="2"> <property name="name"> <cstring>spacer4</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>250</width> <height>20</height> </size> </property> </spacer> <spacer row="3" column="2"> <property name="name"> <cstring>spacer12</cstring> </property> <property name="orientation"> <enum>Vertical</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>31</width> <height>16</height> </size> </property> </spacer> <widget class="QLabel" row="0" column="1" rowspan="1" colspan="2"> <property name="name"> <cstring>PurchaseInstructionCaption</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>5</hsizetype> <vsizetype>4</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>Basing on your current data size, we'd recommend you to purchase <b>%1 USB 2.0</b> external hard drive.</string> </property> </widget> <widget class="CLabelEx" row="1" column="1" rowspan="1" colspan="2"> <property name="name"> <cstring>textLabel1</cstring> </property> <property name="text"> <string><a href = "explain_size">How did the wizard get this figure?</a><p>To purchase the hard drive, please contact your local computer store, or on-line Internet catalog, like <a href = "amazon">Amazon</a> or <a href = "zdnet">ZDNet</a>.</p></string> </property> </widget> <widget class="QLayoutWidget" row="4" column="1" rowspan="1" colspan="3"> <property name="name"> <cstring>layout2</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="CLabelEx"> <property name="name"> <cstring>cLabelEx4</cstring> </property> <property name="text"> <string>What else should I know about hard disk drives, before buying one?</string> </property> <property name="HyperLinkMode" stdset="0"> <bool>true</bool> </property> <property name="HotLinkMode" stdset="0"> <bool>true</bool> </property> <property name="HRef" stdset="0"> <cstring>additional_buying_info</cstring> </property> <property name="picture" stdset="0"> <cstring>dbh_question_small</cstring> </property> </widget> <spacer> <property name="name"> <cstring>spacer7</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>16</width> <height>20</height> </size> </property> </spacer> </hbox> </widget> </grid> </widget> <connections> <connection> <sender>textLabel1</sender> <signal>Clicked(const QString&)</signal> <receiver>Form1</receiver> <slot>OnNavigate(const QString&)</slot> </connection> <connection> <sender>pushButton1</sender> <signal>clicked()</signal> <receiver>Form1</receiver> <slot>PrintBuyingInstruction()</slot> </connection> <connection> <sender>cLabelEx4</sender> <signal>Clicked(const QString&)</signal> <receiver>Form1</receiver> <slot>OnNavigate(const QString&)</slot> </connection> </connections> <slots> <slot access="protected" specifier="pure virtual">OnNavigate(const QString&)</slot> <slot access="protected" specifier="pure virtual">PrintBuyingInstruction(void)</slot> </slots> <layoutdefaults spacing="6" margin="11"/> <includehints> <includehint>labelex.h</includehint> <includehint>labelex.h</includehint> </includehints> </UI>